| Pages: [1] 2 |
1. Lack of Offices - in Test Server Feedback [original thread]
Seems like everyone is skirting the real issue here. If i'm not mistaken, there is already code in the system that if you can not pay your rent for your office wherever it might be, it will return to the office pool. Which leads us to: It's real...
- by BH Trimaster - at 2003.10.24 15:13:00
|
2. Trusted Sites - in EVE Technology Lab [original thread]
Edited by: BH Trimaster on 14/10/2003 15:17:40 Quote: Again it depends on the language you are using. I do it with PHP (how I hate PHP, give me perl any day). A simple check on the user_agent string will let you determine which browser...
- by BH Trimaster - at 2003.10.14 15:16:00
|
3. Trusted Sites - in EVE Technology Lab [original thread]
Edited by: BH Trimaster on 14/10/2003 15:17:40 Quote: Again it depends on the language you are using. I do it with PHP (how I hate PHP, give me perl any day). A simple check on the user_agent string will let you determine which browser...
- by BH Trimaster - at 2003.10.14 15:16:00
|
4. Latest Chaos Mirror - Nov 12th - in Test Server Feedback [original thread]
Edited by: BH Trimaster on 11/10/2003 12:13:23 1241 - 1256 Improvements: Defender missiles should now launch at missiles targeted at things you own (e.g. drones) if there are no missiles targeted at your ship to launch at. When your dron...
- by BH Trimaster - at 2003.10.11 12:12:00
|
5. Trusted Sites - in EVE Technology Lab [original thread]
the added code that makes the trust header work is: ob_start(); ob_end_flush(); ob_start(); should be placed at the front of your php file before any html is output. and ob_end_flush(); should be placed at the end of your php file after all htm...
- by BH Trimaster - at 2003.10.08 15:00:00
|
6. Trusted Sites - in EVE Technology Lab [original thread]
the added code that makes the trust header work is: ob_start(); ob_end_flush(); ob_start(); should be placed at the front of your php file before any html is output. and ob_end_flush(); should be placed at the end of your php file after all htm...
- by BH Trimaster - at 2003.10.08 15:00:00
|
7. "Confirm trust" feature in in-game browser. - in EVE Technology Lab [original thread]
recently discovered that in order mcdee's header to work, you need 2 more statements. at the start of your php file before any html is output add ob_start(); at the end of your php file after all html is output add ob_end_flush(); that's it, ...
- by BH Trimaster - at 2003.10.08 14:54:00
|
8. Ingame site problem - in EVE Technology Lab [original thread]
please post a copy of one of your pages that people are having problems with, perhaps we can figure it out. I've been building in game sites for awhile now, and I always send the html tags, no problem from anyone. so a sample would be in order. ...
- by BH Trimaster - at 2003.10.08 14:43:00
|
9. trust causes ctd's? - in EVE Technology Lab [original thread]
recently I've learned some information that explains why the header() directive in php isn't working as it should, ie causing the trust popup to appear. you need to add 2 statements to your php files. ob_start(); and ob_end_flush(); place ob_st...
- by BH Trimaster - at 2003.10.08 14:37:00
|
10. trust causes ctd's? - in EVE Technology Lab [original thread]
First a workaround for the random trust failure bug (which also happens to be a random bm failure bug too): workaround instructions: 1) kill eve client 2) navigate to the cache\browser directory in the eve folder 3) there should be a text file ca...
- by BH Trimaster - at 2003.10.08 14:25:00
|
11. MWD's - in Crime and Punishment [original thread]
if you are using shield bosting modules and cap boosting modules you won't notice the mwd hits to your ship.
- by BH Trimaster - at 2003.07.26 14:20:00
|
12. MWD's - in Crime and Punishment [original thread]
if you are using shield bosting modules and cap boosting modules you won't notice the mwd hits to your ship.
- by BH Trimaster - at 2003.07.26 14:20:00
|
13. no lines on starmap? try this - in Issues, Workarounds & Localization [original thread]
enter your d3d settings in windows display and see if fog table is turned off, if it is turn it on. Your lines on the starmap should reappear.
- by BH Trimaster - at 2003.07.18 15:42:00
|
14. Trusted Sites - in EVE Technology Lab [original thread]
Edited by: BH Trimaster on 08/10/2003 14:58:16 added new lines of code to make trust work, this message was updated on 8 October 2003: for PHP use this: <?php ob_start(); //placed before any html is output, needed by trust header. if (!$_S...
- by BH Trimaster - at 2003.07.17 21:00:00
|
15. Trusted Sites - in EVE Technology Lab [original thread]
Edited by: BH Trimaster on 08/10/2003 14:58:16 added new lines of code to make trust work, this message was updated on 8 October 2003: for PHP use this: <?php ob_start(); //placed before any html is output, needed by trust header. if (!$_S...
- by BH Trimaster - at 2003.07.17 21:00:00
|
16. Building an in-game website - in EVE New Citizens Q&A [original thread]
Also look in the "EVE Technology Lab" forum, there are quite a few good posts dealing with in game websites, odd form behaviour and even a sample php driven calculator written by someone called Tooth Pick.
- by BH Trimaster - at 2003.07.14 15:19:00
|
17. Eve Browser - in EVE Technology Lab [original thread]
if you would give us the real url, we could source your page and tell where the problem is.
- by BH Trimaster - at 2003.07.01 13:21:00
|
18. Reporting bugs pointless? - in Test Server Feedback [original thread]
---------- start of quote -------- -Pyroe Posted - 27/06/2003 00:05:00 ----------------------------------- All the instructions to post a bug on this page are more then my employees are required to give me information on CNC production machines a...
- by BH Trimaster - at 2003.06.28 14:19:00
|
19. Reporting bugs pointless? - in Test Server Feedback [original thread]
please if you can don't use the in-game bug reporter. The best we can do with in game bug reports is generate issues based upon commonly reported problems. However, if you learn to use the logserver and report bugs manually through the webpage ww...
- by BH Trimaster - at 2003.06.26 14:04:00
|
20. Reporting bugs pointless? - in Test Server Feedback [original thread]
making a br continued ... Creating the zipfile: In a common directory, place the lbw file you saved from the logserver, a copy of dxdiag.txt and all the screenshots you created. At this time, I suggest renaming the screenshots to reflect what th...
- by BH Trimaster - at 2003.06.24 17:11:00
|
| Pages: [1] 2 |
| First page | Previous page | Next page | Last page |